﻿.header-bg{
	background: #B1070E;
	width: 100%;
	height: 40px;
}

.header-bg>div{
	width: 1010px;
	height: 40px;
	margin: 0 auto;
	color: white;
	line-height: 40px;
}

.header-bg>div>div{
	display: inline-block;
	margin-left: 30px;
	height: 22px;
	float: right;
	padding-top: 7px;
}

.header-bg img{
	width: 100%;
}

.top{
	position: relative;
}
.top li:first-child img{
	margin-top:10px;
}
.top .party-label{
	position: absolute;
	top: 10px;
	width: 47px;
}

.top .party-label img{
	width: 100%;
}

.top .client-name{
	margin-left: 57px;
}
/* 二维码 */
.icon_w ,.icon_b{
	position: relative
}
.w_hover{
	  position: absolute;
	  top:2px;
	  left: 80px;                        
	  width:340px;
	  height:130px;
	  display: none;
}
  .w_hover i, .wb_hover i{
	  display: inline-block;
	  width:100px;
	  height:120px;
	  text-align: center;
	  font-size: 10px;
	  font-style: normal;
	  color:#000;
	  margin-left:10px;
	  line-height:  22px;
  }
  .w_hover img, .wb_hover img{
	  width:100px;
	  height:100px;
	   
  }
  .wb_hover{
	position: absolute;
	  top:2px;
	  left: 40px;                        
	  width:120px;
	  height:130px;
	  display: none;
	  
  }
  .icon_w:hover .wb_hover{
	display: block
  }
  .icon_b:hover .w_hover{
	display: block
  }
.current-search-content{
	position: absolute;
	bottom: 0px;
	right: 364px;
	top: 20px;
	color: #999;
	width: 118px;
	height: 40px;
	padding-top: 10px;
	padding-left: 20px;
	border: 1px solid #e7e8e9;
	box-sizing: border-box;
	cursor: pointer;
}

.video-otherInfo{
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,.8);
	height: 62px;
	color: white;
	font-size: 18px;
	line-height: 62px;
	padding-left: 60px;
	box-sizing: border-box;
}

.video-player{
	width: 28px;
	height: 28px;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,.8);
	position: absolute;
	bottom: 17px;
	left: 20px;
}

.triangle_border_right{
    width:0;
    height:0;
    border-width:5px 0px 5px 5px;
    border-style:solid;
    border-color:transparent transparent transparent #d5d5d5;/*灰 透明 透明 */
    margin:10px auto;
    position:absolute;
	bottom: -1px;
	left: 13px;
}

.triangle_border_down{
    width:0;
    height:0;
    border-width:5px 5px 0;
    border-style:solid;
    border-color:#d5d5d5 transparent transparent;/*灰 透明 透明 */
    margin:40px auto;
    position:absolute;
	top: 0px;
	right:380px;
}

.triangle_border_up{
	width:0;
	height:0;
	border-width:0px 5px 5px;
	border-style:solid;
	border-color:transparent transparent #d5d5d5;
	margin:40px auto;
	position:absolute;
	top: 0px;
	 right:380px;
}

.search-classify{
	position: absolute;
	 right:364px;
	top: 60px;
	color: #999;
	width: 118px;
	background: white;
	display: none;
}

.search-classify li{
	cursor: pointer;
}

.frame-show{
	display: block;
}

.search-classify li{
	line-height: 40px;
	padding-left: 20px;
	background: white;
}

.search-classify li:hover{
	background: #ddd;
}

.search-dom{
	position: absolute;
	width: 366px;
	top: 20px;
	right: 0px;
}

.search-dom #keyword{
	width: 280px;
	height: 38px;
	border: 1px solid #e7e8e9;
	outline:none;
	padding-left: 10px;
    padding-right: 10px;
}
.search-input span{
	display: inline-block;
	width: 65px;
	height: 40px;
	background: #B1070E;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	 
}
.search-input span input{margin: 11px auto;outline: none;display: block;}
.search-dom button{
	width: 65px;
	height: 40px;
	background: #B1070E;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	outline: none;
}

.video-record{
	margin-top: 10px;
}

.video-record .video-record-title>div{
	display: inline-block;
	line-height: 30px;
	font-size: 22px;
	vertical-align: top;
}

.video-record .video-record-title .red-label{
	width: 5px;
	height: 27px;
	background: #C5181F;
}

.video-record .video-record-nav{
	margin-top: 30px;
	border-top: 2px solid #C5181F;
	border-bottom: 1px solid #EEEEEE;
	height: 50px;
	clear: both;
}

.video-record .video-record-nav .nav-frame{
	width: 885px;
	margin: 15px auto;
	overflow: hidden;
}

.video-record .video-record-nav .nav-frame li{
	display: block;
	float: left;
	margin-right: 40px;
	padding: 0 30px;
	height:35px
}
/* hover */

.nav-frame li:hover a{
	color:#c5181f
}
.nav-frame li:hover .fk a{
	color:#333
}
.nav-frame li:hover .fk {
	display: block;
}

.fk:hover {
	display: block;
}
.nav-frame li  .fk span{
	display: inline-block;
	margin:10px  25px;
}
.video-record-nav {
	position: relative;
}

.fk {
	width: 1008px;
	height: auto;
	box-shadow: 0px 0px 5px 1px #aaa;
	position: absolute;
	left: 0;
	top: 50px;
	background: #fff;
	display: none;
	z-index: 9999;
}
.video-record .video-record-nav .nav-frame a:last-child{
	margin-right: 0px;
}

.video-record-content{
	margin-top: 30px;
	cursor: pointer;
}

.video-record-content>div{
	display: inline-block;
}

.video-record-content .top-video-content{
	width: 725px;
	height: 407px;
	position: relative;
}

.video-record-content .top-video-content img{
	width: 100%;
}

.video-record-content .top-video-content>div{
	position: absolute;
	bottom: 0px;
	width: 100%;
	
}

.current-recommand{
	vertical-align: top;
	width: 280px;
	position: relative;
}

.current-recommand .current-recommand-title{
	text-align: center;
	position: absolute;
	left: calc(50% - 50px);
	top: -12px;
	font-size: 20px;
	color: #C5181F;
	padding-left: 10px;
	padding-right: 10px;
	background: white;
}

.current-recommand ul{
	border: 1px solid #E0E0E0;
	margin-top: 2px;
}

.current-recommand ul li:first-child{
	margin-top: 39px;
}

.current-recommand ul li:last-child{
	border: 0px;
}

.current-recommand ul li{
	width: 228px;
	margin: 0 auto;
	border-bottom: 1px solid #e0e0e0;
	margin: 13px 18px 0px;
	padding:0px 23px 20px;
	box-sizing: border-box;
	color: #797979;
	font-size: 14px;
}

.center-bgimg{
	width: 1010px;
	height: 173px;
	margin-top: 30px;
	overflow: hidden;
}

.center-bgimg img{
	width: 100%;
}

.previous-movie{
	margin-top: 30px;
}

.previous-movie .lf-movie{
	margin-top: 20px;
	width: 502px;
	height: 380px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.previous-movie .lr-movie{
	display: inline-block;
	width: 502px;
	margin-top: 20px;
}
.previous-movie .lf-movie  li div a, .previous-movie .lr-movie li div a, .lf-movie div a{color:#fff}
.previous-movie .lf-movie img{
	width: 100%;
	height: 380px;
}

.previous-movie .lf-movie>div{
	position: absolute;
	bottom: 0px;
	left: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: nowrap;
	width: 502px;
	overflow: hidden;
	color: white;
	font-size: 18px;
	background: rgba(0,0,0,.5);
    line-height: 35px;
    text-indent: 1em;
}

.previous-movie .lr-movie .movie-item{
	display: inline-block;
	width: 229px;
	height: 179px;
	overflow: hidden;
	margin-left: 19px;
	margin-bottom: 19px;
	position: relative;
}

.previous-movie .lr-movie .movie-item>div{
	position: absolute;
	bottom: 0px;
	left: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 229px;
	word-wrap: nowrap;
	overflow: hidden;
	color: white;
	font-size: 18px;
	line-height: 35px;
	background: rgba(0,0,0,.5);
	text-indent: 1em
}
.record-movie .movie-area .movie-item div{
	padding-top:10px;
	text-indent: 1em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.previous-movie .lr-movie .movie-item img{
	width: 100%;
	height: 179px;
}

.record-movie .movie-area{
	margin-top: 17px;
}

.record-movie .movie-area .movie-item{
	width: 221px;
	/* height: 140px; */
	margin-right: 37px;
	margin-bottom: 20px;
	display: inline-block;
}

.record-movie .movie-area .movie-item:last-child{
	margin-right: 0px;
}

.record-movie .movie-area .movie-item img{
	width: 100%;
}

.word-label{
	margin-left: 10px;
}

.word-label span{
	color: #999;
	font-size: 16px;
}

.video-record-title a{
	color: #999;
	font-size: 14px;
	float: right;
	vertical-align: bottom;
	margin-right: 10px;
	padding-top: 8px;
	/* margin-top: 10px; */
}






 .top{
   width:100%;
   height:80px;
 }
 .w1000{
	width:1000px;
 }
 .search_ul{position: relative}
.top ul{
  margin:0 auto;
 }
 .top>ul>li:first-child{
	 /* width: 472px;
	 float: left; */
 /* font-size:30px;
  font-family:DFPSongW9;
  color: #C5181F;
  line-height:80px;
  font-weight:500;*/
 } 
 /* .top>ul>li:first-child+li{
	 float: right;
	 width: 515px;
	 height:45px;
 } */
 .line{
   width:100%;
   height: 6px;
   background-color: #C5181F
 }
 /* nav */
 .content{
   width:100%;
   height:100%;
   padding-bottom: 30px
 }
 .w1010{
   width:1010px;
 }
 .con{
   margin:0 auto;
   /* border:1px solid red; */
 }
 .nav_ul{
  width: 1010px;
  height: 95px;
  margin:20px 0;
  /* overflow: hidden; */
  background-color: #C5181F
 }
 .con .nav_li {
  width: 1010px;
  height: 70px;
  margin-top:10px;
}
.con .nav_li a {
  float: left;
  padding-left: 17px;
  padding-right: 16px;
  display: block;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}
.con .nav_li span {
  float: left;
  color: #fff;
  line-height: 35px;
}
/* 面包屑导航 */ 
  .navpath {
    height: 50px;
    font: normal 14px/50px "Microsoft YaHei";
    text-align: left;
    overflow: hidden;
    color: #333;
}
.navpath a {
  /* padding: 0 10px; */
}

.page_n {
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  padding: 50px 0px 30px;
}
.page_n a {
  display: inline-block;
   padding:0 13px;
  line-height: 38px;
  font-size: 16px;  
  background: #E9E9E9;
  color: #999;
  margin: 0 5px;
  border:1px solid #D9D4D4;
  border-radius: 10%
}
.page_n a.common_current_page, .page_n a:hover {
  /* background: url(/images/list_red-b984f877005ed030d56b05af5f7b53f7.png) no-repeat; */
  color: #fff;
  text-decoration: none;
  background-color: #C5181F
}

/*  */
.img li{
	width:220px;
	height: 180px;float: left;	 
	margin-right: 32px;
    margin-top: 10px;
}
.img li p{
	font-size: 14px;
	line-height: 40px;
}
.tu{
	margin-top:15px
}
.line1{
	width: 100%;
    height: 1px;
    float: left;
    background: #EEEEEE;
    margin: 25px 0 10px 0;
}
